-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dart support #2236
Add dart support #2236
Conversation
Thanks, where did you source this scm file? |
I sourced from here https://github.com/UserNobody14/tree-sitter-dart/blob/master/queries/tags.scm 👀 |
I’d be interested in having dart and flutter supported in Aider. @paul-gauthier is there anything I can do to help having this PR merged? |
Thanks for pushing this forward, apologies I was so slow to merge. |
No worries at all @paul-gauthier , thank you for your great work on Aider! As a side note, will this change be enough to support mapping dart and flutter projects? |
It should. You can do |
awesome, thank you |
@malkoG did you test this PR before submitting it? |
Sorry, i didn't. I only tried on treesitter-dart repository. |
We tested and its just outputting a list of dart filenames in the repomap... should there be more introspection going on than that... the filenames alone don't provide much context really... Maybe another library is needed as well? @malkoG |
This pr did not add support for dart. It has been rolled back in the main branch. |
No description provided.